home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Die Speccy' 97
/
Die Speccy' 97.iso
/
amiga_system
/
the_aminet
/
comm
/
fido
/
nlfind13.lha
/
NLFind13
/
src.lha
/
makedist
< prev
next >
Wrap
Text File
|
1995-08-10
|
860b
|
36 lines
; Make the NLFind distribution
; (to get output from the commands, remove all "QUIET", ">NIL:" and "q" flags)
;
failat 21
;
; cleanup
delete >NIL: #?.o #?.lnk QUIET
delete >NIL: T:NLFind#? T:#?.DIZ ALL QUIET
;
;
; Make temp dir in T:
makedir T:NLFind
;
; copy files
Copy NLFind.guide#? NLFind NLFind.info #?.txt #?.cfg #?.readme ALL TO T:NLFind QUIET
Copy /NLFind.info NLFind.readme FILE_ID.DIZ TO T: QUIET
;
; Change the version and date in files
Version NLFind >ENV:NLFVER
Assign edfew: ""
cd ENV:
splat -o "NLFind " "" "NLFVER"
cd T:NLFind
splat -o "<<VERSION>>" "$NLFVER" "NLFind.Guide NLFind.readme /NLFind.readme /FILE_ID.DIZ"
cd edfew:
Assign edfew: REMOVE
;
; archives
lha -arxzq a T:NLFind/src.lha #?.c SCOPTIONS #?make#?
lha -arxZq a T:NLFind.lha t:NLFind t:NLFind.info t:FILE_ID.DIZ S:Contact
;
;
; cleanup
delete T:NLFind T:NLFind.info ALL QUIET
;